
  

  

  
  
  
  


@layer base {
  
  body, :host {
    /* Color */
    --background: var(--dark-background);
--background-2: var(--dark-background-2);
--background-3: var(--dark-background-3);
--text: var(--dark-text);
--text-2: var(--dark-text-2);
--text-3: var(--dark-text-3);
--red-text: var(--dark-red-text);
--red-background: var(--dark-red-background);
--brand: var(--dark-brand);
--light-background: #ffffff;
--light-background-2: #f5f5f5;
--light-background-3: #c4c4ca;
--light-text: #101012;
--light-text-2: #484851;
--light-text-3: #909098;
--light-red-text: #e90c3a;
--light-red-background: #2d191b;
--light-brand: #1c9bf1;
--dark-background: #000000;
--dark-background-2: #121215;
--dark-background-3: #1a1a1e;
--dark-text: #e6e6e6;
--dark-text-2: #909098;
--dark-text-3: #484851;
--dark-red-text: #e90c3a;
--dark-red-background: #2d191b;
--dark-brand: #1c9bf1;
    /* Fonts */
    --font-inter: 'Inter',sans-serif;

    /* Font size */
    --tiny: 0.8rem;
--small: 0.9rem;
--large: 1.2rem;
--lead: 1.3rem;
--p: 1.065rem;
--h4: 1.4rem;
--h3: 1.65rem;
--h2: 1.875rem;
--h1: 2.25rem;
    /* Font weight */
    --weight-regular: 400;
--weight-medium: 500;
--weight-semibold: 600;
--weight-bold: 700;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    --m1: 0.25rem;
--m2: 0.5rem;
--m3: 0.75rem;
--m4: 1rem;
--m5: 1.25rem;
--m6: 1.5rem;
--m7: 2rem;
--m8: 3rem;
--m9: 4rem;
--page_margin: 0.85rem;
--desktop_max_width: 500px;
--safe_zone_bottom: var(--sab);
--safe_zone_top: var(--sat);
--border-radius-default: 0.6rem;
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .dNnrBl {
    color:var(--text);
  width:100%;
  height:100%;
  display:flex;
  position:absolute;
  background:var(--background);
  overflow-x:clip;
  overflow-y:clip;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .eKzsLe {
    color:var(--text);
  bottom:1px;
  font-size:var(--tiny);
  font-weight:var(--weight-medium);
  padding-left:var(--m2);
  padding-right:var(--m2);
  }
      

      
        
      
      
  
      

      
        
      
      
  .bOQymA {
    width:100%;
  display:flex;
  row-gap:var(--m3);
  column-gap:var(--m3);
  align-items:flex-start;
  padding-top:var(--m6);
  flex-direction:column;
  padding-bottom:var(--m6);
  justify-content:flex-start;
  }
      

      
        
      
      
  .btJOGW {
    width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .PppDr {
    display:flex;
  align-items:flex-end;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .fbRCjt {
    width:0px;
  height:0px;
  display:block;
  z-index:-1;
  position:absolute;
  }
      

      
        
      
      
  .ckEvGj {
    width:1.5rem;
  height:1.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bJHaFq {
    color:var(--text);
  width:100%;
  cursor:pointer;
  display:flex;
  row-gap:var(--m3);
  column-gap:var(--m3);
  transition:all 200ms ease;
  align-items:flex-start;
  padding-top:var(--m4);
  border-color:var(--background-3);
  border-style:solid;
  border-width:1px;
  padding-left:var(--m4);
  padding-right:var(--m4);
  flex-direction:row;
  padding-bottom:var(--m4);
  justify-content:flex-start;
  border-top-left-radius:var(--border-radius-default);
  border-top-right-radius:var(--border-radius-default);
  border-bottom-left-radius:var(--border-radius-default);
  border-bottom-right-radius:var(--border-radius-default);
  }
      

      
  .bJHaFq.active {
    border-color:var(--text);
  border-style:solid;
  border-width:1px;
  }
      

        
      
      
  .cITHaK {
    font-size:var(--p);
  font-weight:var(--weight-semibold);
  padding-bottom:var(--m1);
  }
      

      
        
      
      
  .nBCEE {
    scale:0 0 1;
  width:10px;
  height:10px;
  opacity:0;
  background:var(--text);
  transition:scale 200ms ease 0ms normal, opacity 200ms ease;
  transform-origin:center center;
  border-top-left-radius:99rem;
  border-top-right-radius:99rem;
  border-bottom-left-radius:99rem;
  border-bottom-right-radius:99rem;
  }
      

      
  .nBCEE.checked {
    scale:1 1 1;
  opacity:1;
  transform-origin:center center;
  }
      

        
      
      
  .bPQgxQ {
    flex:1;
  width:100%;
  }
      

      
        
      
      
  
      

      
        
      
      
  .deCToL {
    width:16px;
  height:16px;
  display:flex;
  margin-top:2px;
  align-items:center;
  border-color:var(--background-3);
  border-style:solid;
  border-width:1px;
  justify-content:center;
  border-top-left-radius:99vw;
  border-top-right-radius:99vw;
  border-bottom-left-radius:99vw;
  border-bottom-right-radius:99vw;
  }
      

      
  .deCToL.checked {
    border-color:var(--text);
  border-style:solid;
  border-width:1px;
  }
      

        
      
      
  .cQlsVe {
    color:var(--text-2);
  width:100%;
  font-size:var(--small);
  font-weight:var(--weight-regular);
  line-height:1.4;
  white-space:normal;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cwrykQ {
    color:var(--text);
  font-size:1.75rem;
  text-align:center;
  font-weight:var(--weight-semibold);
  padding-bottom:var(--m2);
  }
      

      
        
      
      
  .flUoga {
    height:auto;
  }
      

      
        
      
      
  .Sign-up\:UQ2UonlBc6tqg9gCarmQm {
    width:3rem;
  }
      

      
        
      
      
  .cMakdA {
    color:var(--brand);
  }
      

      
        
      
      
  .cYPLlM {
    color:var(--theme-blue);
  cursor:pointer;
  font-family:inherit;
  font-weight:inherit;
  padding-left:5px;
  }
      

      
        
      
      
  .eCuvvg {
    color:var(--text);
  display:inline-block;
  font-size:var(--small);
  text-wrap:balance;
  text-align:center;
  line-height:1.3;
  padding-bottom:var(--page_margin);
  }
      

      
        
      
      
  .dOLcbL {
    width:100%;
  display:flex;
  max-width:25rem;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .eAmxPf {
    color:var(--background-2);
  cursor:pointer;
  display:flex;
  row-gap:var(--m2);
  font-size:17px;
  background:var(--text);
  column-gap:var(--m2);
  transition:all 300ms ease  ;
  align-items:center;
  font-weight:600;
  padding-top:1rem;
  padding-left:var(--m4);
  padding-right:var(--m4);
  flex-direction:row;
  letter-spacing:-0.02em;
  padding-bottom:1rem;
  justify-content:center;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
  .eAmxPf.error {
    color:var(--red-text);
  background:var(--background-2);
  }
      


  .eAmxPf.secondary {
    color:var(--text);
  background:var(--background-2);
  }
      


  .eAmxPf.small {
    width:fit-content;
  font-size:15px;
  padding-top:var(--m2);
  padding-left:var(--m3);
  padding-right:var(--m3);
  padding-bottom:var(--m2);
  border-top-left-radius:0.75rem;
  border-top-right-radius:0.75rem;
  border-bottom-left-radius:0.75rem;
  border-bottom-right-radius:0.75rem;
  }
      


  .eAmxPf.disabled {
    color:var(--text-2);
  cursor:not-allowed;
  pointer-events:none;
  }
      


  .eAmxPf.loading {
    color:var(--text-2);
  background:var(--background-2);
  }
      


  .eAmxPf.ghost {
    color:var(--text-3);
  background: #00000000;
  }
      

        
      
      
  .zllwN {
    width:20px;
  height:20px;
  display:flex;
  overflow-x:clip;
  overflow-y:clip;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .cVOcmH {
    top:50%;
  left:50%;
  width:100%;
  height:100%;
  position:absolute;
  }
      

      
        
      
      
  
      

      
        
      
      
  .Sign-up\:mHeWoxyrFd4FTYSJuSlWk {
    width:100%;
  }
      

      
        
      
      
  .nLSFI {
    top:1rem;
  left:var(--page_margin);
  right:auto;
  position:absolute;
  }
      

      
        
      
      
  .cmQMFa {
    flex:1;
  left:auto;
  right:auto;
  width:100%;
  display:flex;
  row-gap:var(--m3);
  max-width:var(--desktop_max_width);
  column-gap:var(--m3);
  align-items:center;
  padding-left:var(--page_margin);
  padding-right:var(--page_margin);
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      